Post

Replies

Boosts

Views

Activity

Reply to iPadOS 15.4
That’s an issue with a non-Apple product/service, so this forum probably isn’t the best place for your inquiry. However, I’m pretty sure that Google Sheets doesn’t support Google Apps Script on iPad.
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’22
Reply to How to initiate a real screenshot programmatically, just like the hardware (2 button) screenshot.
One way you could accomplish this is to use something like UIGraphicsGetImageFromCurrentImageContext() and then to capture separately a frame from the live camera feed before compositing the two images together with, say, Core Graphics to form one image that reconstructs what a “real” screenshot would show. I’m not sure if there’s a more elegant way to do it, but this method should work; it just might require some complex calculations to put the camera frame in the right spot with any appropriate masking, depending on the complexity of your UI layout. I suspect that whatever code the system runs when the user presses the hardware buttons is not accessible to third-party developers.
Topic: UI Frameworks SubTopic: UIKit Tags:
Dec ’21